home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMovNo, gsliderbar, gVolume
- repeat with i = 1 to 48
- puppetSprite(i, 1)
- end repeat
- set the castNum of sprite 48 to gMovNo
- set the video of cast the castNum of sprite 48 to 1
- set the controller of cast gMovNo to gsliderbar
- updateStage()
- set the volume of sprite 48 to gVolume
- set the movieRate of sprite 48 to 1
- end
-